VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Processing Namespace / Trigger<TTarget> Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    Trigger<TTarget> Class
    In This Topic
    Defines the trigger that is activated when a predicate returns specified (activation) value.
    Object Model
    Analyzer<TTarget,TValue> Trigger<TTarget>
    Syntax
    'Declaration
    
    Public NotInheritable Class Trigger(Of TTarget
    The type of the target object of processing command.
    ) Inherits ProcessingCommand(Of TTarget) Implements ITriggerInfo
    public sealed class Trigger<TTarget> : ProcessingCommand<TTarget>, ITriggerInfo
    
    
    public __gc __sealed class Trigger<TTarget> : public ProcessingCommand<TTarget*>*, ITriggerInfo
    
    
    generic<typename TTarget>
    public ref class Trigger sealed : public ProcessingCommand<TTarget^>^, ITriggerInfo
    
    

    Type Parameters

    TTarget
    The type of the target object of processing command.
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Processing.ProcessingCommand<TTarget>
          Vintasoft.Imaging.Processing.Trigger<TTarget>

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also